home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / xndscn11.lha / XNodeScan / XNodeScan.doc next >
Text File  |  1995-08-07  |  2KB  |  84 lines

  1. ------------------------------------------------------------------------------
  2.                        XNodeScan 1.1 - A Nodelist Scanner
  3.                                (c)1995 Ian Forest
  4.  
  5.                               FidoNet: 2:250/188.0
  6.  
  7.               Written for Xenolink Professional by Jonathan Forbes
  8. -------------------------------------------------------------------------------
  9.  
  10. Introduction
  11. ~~~~~~~~~~~~
  12. XNodeScan originally was a door for Excelsior systems written by Mike Hall.
  13. I saw it, liked it, waited for a conversion that Dave Naylor did for another
  14. system and then I converted it for Xenolink.
  15.  
  16. It allows your users to search through the nodelists that you specify (in the
  17. program) and search for items such as BBS names, sysops, flags, numbers, in
  18. fact, anything you can throw at it, it will find it.
  19.  
  20. It uses QuickNS by Johan Billing and it is VERY VERY fast.
  21.  
  22. Requirements
  23. ~~~~~~~~~~~~
  24. An Amiga of some description
  25. Xenolink Pro BBS s/w
  26. QuickNS (included - finally!)
  27. Nodelists setup using TrapList by Maximillian Hantsch.
  28.  
  29.  
  30. Installation
  31. ~~~~~~~~~~~~
  32. Unpack the archive to your DOORS: directory.  It should automagically
  33. create a directory called 'XNodeScan'
  34.  
  35. Put this in a menu script somewhere and compile it...
  36.  
  37. CMD = "XNS"
  38.   {
  39.        Rexx "Doors:XNodeScan/XNodeScan.rexx"
  40.   }
  41.  
  42. And that's it!  Easy huh?!
  43.  
  44.  
  45. Version History
  46. """""""""""""""
  47. 1.0    05/08/95     First public release.
  48. 1.1    07/08/95     The following changes were made:
  49.                       o  Fixed 2 spelling mistooks
  50.                       o  Forgot to include QuickNS with the archive!
  51.                       o  When setting the search string to nothing,
  52.                          '----' was not displayed - changed.
  53.  
  54. Legal Stuff
  55. """""""""""
  56. This door is XENOware which means that you can do with it what you want, apart
  57. from change the copyright messages to your name and claim all the glory for it,
  58. which is a bit sad really.
  59.  
  60. If you feel that you could improve this script, please mail me first before you
  61. make ANY changes.
  62.  
  63.  
  64. BUGS!
  65. """""
  66. If you find any of these little monsters, please contact me at any of these
  67. addresses or though XENOLINK_UTIL.
  68.  
  69.      Fidonet  2:250/188.0
  70.      e-mail   iforest@junct21.demon.co.uk
  71.  
  72. Or by calling my BBS, Junction 21 Amiga on (+44) (0)1706 40685, 24hrs VFC.
  73.  
  74.  
  75. Greets/Thanks
  76. """""""""""""
  77. Mike Hall for the original idea.
  78. Johan Billing for QuickNS.
  79. Dave Naylor for the 'Z' conversion.
  80. Jonathan Forbes for Xenolink Professional.
  81. Mike Handley for being himself.
  82.  
  83.  
  84.